Vcenter Vm Guest Filesystem Files WindowsFileAttributesInfo

Vcenter Vm Guest Filesystem Files WindowsFileAttributesInfo
Vcenter Vm Guest Filesystem Files WindowsFileAttributesInfo

The {@name WindowsFileAttributesInfo) {@term structure} describes file attributes specific to Windows Guest operating systems.

This schema was added in vSphere API 7.0.2.0.

JSON Example
{
    "hidden": false,
    "read_only": false,
    "created": "string"
}
boolean
hidden
Required

The file is hidden.

This property was added in vSphere API 7.0.2.0.

boolean
read_only
Required

The file is read-only.

This property was added in vSphere API 7.0.2.0.

string As date-time As date-time
created
Required

The date and time the file was created.

This property was added in vSphere API 7.0.2.0.